'Declaration
Public Overloads Function MergeDocuments( _ ByVal SrcDocPath() As String, _ ByVal DstDoc As String _ ) As GdPictureStatus
public GdPictureStatus MergeDocuments( string[] SrcDocPath, string DstDoc )
public function MergeDocuments( SrcDocPath: Stringarray of; DstDoc: String ): GdPictureStatus;
public function MergeDocuments( SrcDocPath : String[], DstDoc : String ) : GdPictureStatus;
public: GdPictureStatus MergeDocuments( string*[]* SrcDocPath, string* DstDoc )
public: GdPictureStatus MergeDocuments( array<String^>^ SrcDocPath, String^ DstDoc )
Parameters
- SrcDocPath
- An array of strings defining the file paths of all the PDF documents you want to merge.
- DstDoc
- The file path of the destination PDF document.
Please ensure that the destination file path differs from all source file paths.
Return Value
We strongly recommend always checking this status first.